All Questions
Tagged with raspberry-pinetworking
133 questions
-1votes
3answers
129views
Debian setup for systemd networking.service and NetworkManager.service
My system has a single interface: wifi via wlan0. NetworkManager is the default. However, the system has several "networking services" enabled. Following is a list (the default) of the ...
0votes
1answer
79views
How could I share files from my Raspberry Pi to my Laptop?
I have a Raspberry Pi 1 Model B which uses 32 bit Bookworm and have connected it to my network router (a BT hub) via ethernet cable. I want to be able to read and write to all files on the Raspberry ...
0votes
0answers
35views
NetworkManager: connect both wired and wireless hotspot subnets
I have a Raspberry Pi with an LTE Modem hat, which I use as my primary router. It's broadcasting both a wireless hotspot and an ethernet connection, so that my wired+wireless devices can access the ...
0votes
0answers
43views
client disconnects when transferring larger files
[This is mostly a cross-post from Rasp Pi Forum. To be self-contained, let me also include the descriptions.] My setup: Ubuntu 22.04 [Also tried on Ubuntu 24.04, same thing happens] Rasp Pi 4B I have ...
3votes
1answer
662views
net.ipv4.ip_forward=0 not persistent across reboots
I have a raspberry pi with Debian Bookworm. I'm trying to prevent packet forwarding. I know that I can set like this sudo sysctl -w net.ipv4.ip_forward=0 but this is not persistent across reboots. I'...
0votes
1answer
405views
Setting PIN code for ZTE USB 4G Modem recognized as CDC Ethernet device in Linux
Currently facing an issue with setting the PIN code for a ZTE USB 4G modem on a Raspberry Pi 4 (running Rasbian Bookworm). The modem is recognized as a CDC Ethernet device (cdc_ether kernel module), ...
0votes
1answer
270views
How to monitor data usage by each device on a hotspot?
I am having some trouble with excessive internet data usage by my home devices. The problem is I cant figure out which device is using up all my data. I do have a raspberry pi that's always on. My ...
0votes
1answer
115views
Raspbian os Pi connected to ethernet but no network
im trying to connect to the internet and eventhough i conected the pi with a ethernet cable with a network enabled cable, it cant connect to the internet. another pi i have with the same cable is able ...
0votes
1answer
671views
Network Manager autoconnect not always work
On a Buildroot environment for RPi 3 B+ I have this connection file: # cat /etc/NetworkManager/system-connections/mark.nmconnection [connection] id=mark uuid=0f285419-2238-4b94-ad48-577a1a5f3765 type=...
0votes
0answers
252views
Wireguard: Access Raspberry Pi from Windows 10 through local network
To preface, I am very much a noob when it comes to networking, so bear with me. I am trying to access files on my Raspberry Pi from Windows 10. I will eventually have a system setup to automatically ...
0votes
0answers
552views
Sharing Ethernet connection with Wifi and USB ethernet using systemd-networkd
I am running Raspbian 11 on a Raspberry Pi 4 and have connected a USB Ethernet NIC. My goal is to allow clients to connect via Wi-Fi (wlan0) or the USB Ethernet adapter (eth1), then have the Raspberry ...
-1votes
2answers
616views
Raspbian static IP on Wifi without DCHP service
I've tried to set up a static IP on a RPi4 running the latest Raspbian Lite (Bullseye), so I can remove DHCP entirely. My /etc/network/interfaces file looks like: # Include files from /etc/network/...
1vote
2answers
1kviews
CUPS Printer Connected but no Printing
I just bought a Raspberry Pi Zero W and instelled 32bit OS. I followed all the instruction and installed CUPS printing server. I go to http://localhost:631 press the Administration button, i add my ...
0votes
2answers
357views
Is rc.local the best place to add a pon start and network routing change?
I've followed this guide to get a 4G hat networked with my pi zero, and everything seems fine. I'm able to ping out once pon has started in the background and a route has been added. What I want is ...
0votes
0answers
177views
How to specify / set priority for the route to the internet?
I have a subnet with access to the internet and one without. When using commands such as: sudo apt-get update the console hangs for a couple of seconds, before finding the correct route I assume. I am ...